home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / boolone.6 < prev    next >
Text File  |  1996-07-16  |  438b  |  19 lines

  1. .TH BOOLONE
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. BOOLONE
  5.  
  6.  
  7.  
  8.  SurfaceType BOOLONE( CurveType Crv )
  9.  
  10. Given a closed curve, the curve is subdivided into four segments equally
  11. spaced in the parametric space that are fed into BOOLSUM. Useful if
  12. a surface should "fill" the area enclosed by a closed curve.
  13.  
  14. Example:
  15.  
  16.  Srf = BOOLONE( circle( vector( 0.0, 0.0, 0.0 ), 1.0 ) );
  17.  
  18. Creates a disk surface containing the area enclosed by the unit circle.
  19.